From 5b03f5c531587d00dbe1e1e10332839ba2f5f47a Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 21 Sep 2022 07:28:26 -0400 Subject: [PATCH] fontchooser: Add some details to the docs --- gtk/gtkfontchooser.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gtk/gtkfontchooser.c b/gtk/gtkfontchooser.c index fb87ed0ca4..413124d3d3 100644 --- a/gtk/gtkfontchooser.c +++ b/gtk/gtkfontchooser.c @@ -524,6 +524,10 @@ gtk_font_chooser_get_level (GtkFontChooser *fontchooser) * * Gets the currently-selected font features. * + * The format of the returned string is compatible with the + * [CSS font-feature-settings property](https://www.w3.org/TR/css-fonts-4/#font-rend-desc). + * It can be passed to [func@Pango.AttrFontFeatures.new]. + * * Returns: the currently selected font features */ char * -- 2.30.2